Q3SpotLight_GetCastShadowsState
You can use theQ3SpotLight_GetCastShadowsState
function to get the shadow-casting state of a spot light.
TQ3Status Q3SpotLight_GetCastShadowsState ( TQ3LightObject light, TQ3Boolean *castsShadows);
light
- A spot light object.
castsShadows
- On exit, a Boolean value that indicates whether the specified light casts shadows (
kQ3True
) or does not cast shadows (kQ3False
).DESCRIPTION
TheQ3SpotLight_GetCastShadowsState
function returns, in thecastsShadows
parameter, a Boolean value that indicates whether the light specified by thelight
parameter casts shadows (kQ3True
) or does not cast shadows (kQ3False
).